home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / auto-hibernate.conf < prev    next >
Text File  |  2009-10-06  |  2KB  |  55 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module auto-hibernate.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7. ###############################################################################
  8. # Auto-hibernation settings
  9. # -------------------------
  10. #
  11. # Using these settings, you can make laptop mode tools automatically put your
  12. # computer into hibernation when the battery level goes critically low.
  13. #
  14. # This feature only works on ACPI, and only works on computers whose batteries
  15. # give off battery events often enough.
  16. #
  17. # NOTE: If your battery does NOT give off battery events often enough, you can
  18. # enable the battery-level-polling module to make this work after all. See
  19. # battery-level-polling.conf for more information.
  20. #
  21. #
  22. # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
  23. # main laptop-mode.conf configuration file. If they are still present, they
  24. # overrule the settings in this file. To fix this, simply delete the settings
  25. # from the main config file.
  26. #
  27. ###############################################################################
  28.  
  29.  
  30. #
  31. # Should laptop mode tools perform auto-hibernation?
  32. #
  33. ENABLE_AUTO_HIBERNATION=0
  34.  
  35.  
  36. #
  37. # The hibernation command that is to be executed when auto-hibernation
  38. # is triggered.
  39. #
  40. HIBERNATE_COMMAND=/usr/sbin/hibernate
  41.  
  42.  
  43. #
  44. # Auto-hibernation battery level threshold, in percentage of the battery's
  45. # total capacity.
  46. #
  47. AUTO_HIBERNATION_BATTERY_CHARGE_PERCENT=4
  48.  
  49.  
  50. #
  51. # Enable this to auto-hibernate if the battery reports that its level is
  52. # "critical".
  53. #
  54. AUTO_HIBERNATION_ON_CRITICAL_BATTERY_LEVEL=1
  55.